home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / ezb.zip / EASYDISK.TXT < prev    next >
Text File  |  1995-02-01  |  3KB  |  90 lines

  1. EASYDISK for DOS
  2.  
  3.  
  4. EASYDISK lets you read in disk contents automatically.
  5. File names and directories as well as sizes and dates
  6. are stored in a database DISKS.DBF. You add a name for
  7. each disk and later can add keywords or notes.
  8.  
  9. Running EASYDISK:
  10. the files DISKS.DBF and DISKS.PAR must be in the current
  11. directory when calling EASYDISK;
  12. you can always stop EASYDISK by pressing the [ESC] key;
  13. if you don't provide any parameters EASYDISK expects the
  14. disk to be inserted in drive A: and the filename to be
  15. DISKS.DBF
  16.  
  17. Alternatively you can provide arguments for the drive
  18. and / or the database.
  19.  
  20. Examples:
  21.  
  22. > easydisk
  23. reads the disk contents from the disk in drive A: into
  24. the database DISKS.DBF
  25.  
  26. > easydisk b:
  27. reads from drive B:
  28.  
  29. > easydisk PDCOLL
  30. reads from drive A: into the database PDCOLL.DBF. The
  31. latter must have the same structure as DISKS.DBF! You
  32. may omit the file extension "DBF".
  33.  
  34. > easydisk d: CDROM.DBF
  35. reads from drive d: into the database CDROM.DBF which
  36. must have the same structure as DISKS.DBF
  37.  
  38.  
  39. You have to enter a disk name which must be unique. The
  40. name may consist of up to ten characters. If you rather
  41. want to have disk numbers you should edit leading zeroes
  42. to make sure the database can sort your data correctly.
  43. I recommend to either edit a 4-figure number (from "0001"
  44. to "9999") or a name. If you have two drives for 5 1/4''
  45. respectively 3,5'' disks you could also choose names like
  46. "B001" or "A001".
  47.  
  48. EASYDISK runs pretty fast (reading in a CD-ROM with 4,497
  49. files took not quite a minute, the indexing took another
  50. 3 minutes). The program usually does not update the index.
  51. When you have read in several disks you should run the
  52. REINDEX command in EZB. This command then does not reindex
  53. the complete database but only adds new index entries for
  54. the data you have appended.
  55.  
  56. When you enter the same disk name again, EASYDISK automati-
  57. cally switches to the indexing mode. All former entries as
  58. for this disk will be deleted and the new entries inserted
  59. instead (this is why the names must be unique). The indexing
  60. mode is needed to enable automatic free space management.
  61. The free space management of EZB / EASYDISK can handle up
  62. to 800 records. Therefore you rather should omit replacing
  63. database entries for CD-ROM (the CICA CD-ROM for Windows
  64. contains about 5,000 files). Usually this doesn't make sense
  65. anyway.
  66.  
  67. You can also enforce the indexing mode by providing an option
  68. '-i'. An example:
  69.  
  70. > easydisk -i b:
  71. reads in the contents of the disk in drive B: into the DISKS
  72. database and creates index entries as well. This maybe useful
  73. when you only read in one single disk at a time. 
  74.  
  75. I recommend to keep different copies of the DISKS database for
  76. different purposes. If you want to catalog CDROM-directories
  77. for example you can copy the files:
  78.  
  79. > copy disks.* cdrom.*
  80.  
  81. And you always should keep one empty DISKS database.
  82.  
  83. EASYDISK is a free program and comes with no warranty at all.
  84. I just include it with EZB because it's a quite handy utility.
  85. This version is not compatible with the one which was formerly
  86. distributed in Germany.
  87.  
  88. Bernd Harmsen
  89. November 1994
  90.